home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / webtimer / webtimer.readme < prev    next >
Text File  |  1999-05-17  |  4KB  |  122 lines

  1. Short:    [*BUGFIX*] Webtimer for miami ; controll your daily cost! (ger)
  2. Author:   Wax@topmail.de (Dirk Wenk)
  3. Uploader: Wax@topmail.de (Dirk Wenk)
  4. Version:  1.05b
  5. Type:     comm/tcp
  6. Kurz:     Webtimer für Miami ; kontrolliert deine täglichen kosten!
  7. Requires: Miami
  8. Replaces: webtimer.lha
  9.  
  10. English ; Englisch
  11.  
  12. [Remember!!! its BetA!]
  13.  
  14. First: This Data is Freeware!
  15.  
  16. Second: its has only german leanguage right now... maybe later....
  17.  
  18. sooo.... how to install:
  19.  
  20. *[NEW]*: Copy quickreq to c: !!!!! verry important!
  21.  
  22. copy this script to your local miami: directory
  23. enter at the miami config menü: (in the menü for the script to start)
  24. dosn't know the word right now...) in the line "Online" [AREXX]:miami:webtimer.arexx
  25. thats it!
  26.  
  27. then config the arexx script:
  28. in this line! the line with a "!" must be given!
  29. ---------------SNIP---------------
  30. IF ~OPEN('env','ENV:webtimer.prefs',R) | prefs = '?' THEN DO
  31.     IF OPEN('env','ENV:webtimer.prefs',R) THEN DO
  32.         DO z = 1 to 8
  33.             defstring.z = READLN('env')
  34.         END
  35.         CLOSE('env')
  36.     END
  37.     ELSE DO
  38.         defstring.1='39.6'      /* !-max. cost per month */
  39.         defstring.2='5'         /* !-how many cent or pf your isp costs per minute */
  40.         defstring.3='0'            /* zeit übrig (def.) */ not needet
  41.         defstring.4=''             /* durchschnitt zeit per call (def.) */ not needet
  42.         defstring.5='24'        /* !-the day of new phonebill ; init date */
  43.         defstring.6=''             /* letzter aufruf tag (def.) */ not needet
  44.         defstring.7=''             /* (?)*/ not needet
  45.         defstring.8='0'            /* abrechnungs flag (def.) */ not needet
  46.     END
  47. --------------SNIP---------------
  48. thats it!
  49.  
  50. and now run it once!
  51. start miami, open a shell and enter: rx miami:webtimer.arexx
  52.  
  53. finish!
  54.  
  55. now you can go online! :)
  56.  
  57. if somefing wrong just delete envarc:webtimer.prefs
  58.  
  59. ----------------------------------------------------------------------------
  60.  
  61. Germany ; Deutsch
  62.  
  63. [Denk dran!!! es ist n'e BetA Version!!!]
  64.  
  65. Erstens: Dies ist Freeware! (doll was?)
  66.  
  67. Zweitens: es ist noch keine englishe version fertig...warscheinlich später...
  68.  
  69. Soooo... wie installier ich das jetzt?
  70.  
  71. *[Neu]*: copiere quickreq nach c: Ganz wichtig!!!
  72.  
  73. kopiere das script einfach in deine miami: schublade
  74. dan starte miami und gehe ins ereignis menü,
  75. dort trägst du in der zeile "Online" folgendes ein: miami:webtimer.arexx nicht vergessen auf [arexx] zu stellen!
  76. das wars schon!
  77.  
  78. dan konfiguriere das scrip selbst:
  79.  
  80. in diesem abschnitt! Die linien mit ! müssen gegeben sein!
  81. ---------------SNIP---------------
  82. IF ~OPEN('env','ENV:webtimer.prefs',R) | prefs = '?' THEN DO
  83.     IF OPEN('env','ENV:webtimer.prefs',R) THEN DO
  84.         DO z = 1 to 8
  85.             defstring.z = READLN('env')
  86.         END
  87.         CLOSE('env')
  88.     END
  89.     ELSE DO
  90.         defstring.1='39.6'      /* !-Max. Gebühr */
  91.         defstring.2='5'         /* !-Pf/Minute inkl. Steuer */
  92.         defstring.3='0'            /* zeit übrig (def.) */
  93.         defstring.4=''             /* durchschnitt zeit per call (def.) */
  94.         defstring.5='24'        /* !-immer der Tag der neuabrechnung init date */
  95.         defstring.6=''             /* letzter aufruf tag (def.) */
  96.         defstring.7=''             /* (?)*/
  97.         defstring.8='0'            /* abrechnungs flag (def.) */
  98.     END
  99. --------------SNIP---------------
  100. das war das!
  101.  
  102. jetzt starte es einmal!
  103. starte miami, offne eine shell und schreibe: rx miami:webtimer.arexx [return]
  104.  
  105. fertig!
  106.  
  107. jetzt kanste online gehen!
  108.  
  109. wen etwas schiefgegenagen ist einfach envarc:webtimer.prefs löschen!
  110.  
  111.  ____ ____ .
  112. o\  //   / :  .                   .  .                                       .
  113. Oo\//___/  :  : -)> Dirk Wenk <(- :  : --)> Voice: +49-(0)2-161-642-599 <(-- :
  114. .----------'  `-------------------'  `---------------------------------------'
  115. : Homepage: http://Wax.home.pages.de or http://Wax.notrix.de
  116. :   E-Mail: Wax@topmail.de  ICQ-ID:21835869  ____  ______  ____
  117. `-----------------------------------------[+ \  //\\    //\\  / +]----- -- -
  118.                                               \//__\\  //__\\/
  119. END OF TRANSMISSION                                  \/
  120.  
  121.  
  122.